home *** CD-ROM | disk | FTP | other *** search
- /* DirPanel
- *
- * A category of SavePanel that extends SavePanel's capabilities
- * to specifying directories instead of files.
- *
- * Copyright 1991, Scott Hess. This source code may be redistributed
- * and modified without restriction.
- */
- #import <appkit/appkit.h>
-
- @interface SavePanel (DirPanel)
- /* Call this routine as opposed to SavePanel's runModal. */
- -(int)dirPanelRunModal;
- @end
-